翻訳と辞書
Words near each other
・ Handke
・ Handkea
・ Handkea excipuliformis
・ Handkea utriformis
・ Handkerchief
・ Handkerchief code
・ Handkerchief of Clouds
・ Handkerchief skirt
・ Handkerchief tree
・ Handknattleiksfélag Kópavogs
・ Handkäse
・ Handl
・ Handlan's Park
・ Handlana
・ Handle
Handle (computing)
・ Handle (disambiguation)
・ Handle decomposition
・ Handle decompositions of 3-manifolds
・ Handle leak
・ Handle magazine
・ Handle Me
・ Handle Me with Care
・ Handle System
・ Handle the Jandal
・ Handle This
・ Handle Ur Bizness EP
・ Handle with Care
・ Handle with Care (1932 film)
・ Handle with Care (1935 film)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Handle (computing) : ウィキペディア英語版
Handle (computing)

In computer programming, a handle is an abstract reference to a resource. Handles are used when application software references blocks of memory or objects managed by another system, such as a database or an operating system. Resource handles can be opaque identifiers, in which case they are often integer numbers, or they can be pointers that allow access to further information. Common resource handles are file descriptors, sockets, database connections, process identifiers (PIDs), and job IDs.
== Comparison to pointers ==
While a pointer contains the address of the item to which it refers, a handle is an abstraction of a reference which is managed externally; its opacity allows the referent to be relocated in memory by the system without invalidating the handle, which is impossible with pointers. The extra layer of indirection also increases the control the managing system has over operations performed on the referent. Typically the handle is an index or a pointer into a global array of tombstones.
A handle leak is a type of software bug that occurs when a computer program asks for a handle to a resource but does not free the handle when it is no longer used; this is a form of resource leak, similar to a memory leak for a pointer to memory.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Handle (computing)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.